This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
could you use a text editor to add the bolded text to your server's data\domino\template\dojo-1.1.1\dom_richtext.htm file? You will need to restart http to get it to take effect - please let me know if this works!
&DOMINO_CTRL_HEAD;
&DOMINO_CTRL_INCLUDE;dom_common.htm&DOMINO_CTRL_INCLUDE_END;
<script type="text/javascript">
dojo.require('ibm.domino.widget.layout.DominoRichText'); var rteList = new Array(); function GetJSEditorData() { for (var j=0; j < rteList.length; j++) { rteList[j](null); } return true; };
</script>&DOMINO_CTRL_HEAD_END;